Click or drag to resize

AbsoluteMonthlyRecurrencePattern Class

Represents a monthly recurrence pattern.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeAbsoluteMonthlyRecurrencePattern

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class AbsoluteMonthlyRecurrencePattern : RecurrencePattern, 
	TaskRecurrencePattern

The AbsoluteMonthlyRecurrencePattern type exposes the following members.

Constructors
  NameDescription
Public methodAbsoluteMonthlyRecurrencePattern
Initializes a new instance of the AbsoluteMonthlyRecurrencePattern class.
Public methodAbsoluteMonthlyRecurrencePattern(Int32, Int32)
Initializes a new instance of the AbsoluteMonthlyRecurrencePattern class with specified values.
Top
Properties
  NameDescription
Public propertyDayOfMonth
Describes the day in a month that a recurring item occurs. The range of values for this property is 1 to 31. If for a particular month this value is larger than the number of days in the month, the last day of the month is assumed for this property.
Public propertyInterval
Defines the interval between two consecutive recurring items. For example, if the Interval element has a value of 5, the recurring item occurs every 5 months. The range of valid values is from 1 to 99.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also